home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / mmenu.dir / Internal_60.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  2.3 KB  |  99 lines

  1. on RELROLL
  2.   if rollOver(4) then
  3.     set the visible of sprite 4 to 1
  4.     set the visible of sprite 22 to 1
  5.   else
  6.     set the visible of sprite 4 to 0
  7.     set the visible of sprite 22 to 0
  8.   end if
  9.   if rollOver(3) then
  10.     set the visible of sprite 7 to 1
  11.   else
  12.     set the visible of sprite 7 to 0
  13.   end if
  14.   if rollOver(6) then
  15.     set the visible of sprite 24 to 1
  16.   else
  17.     set the visible of sprite 24 to 0
  18.   end if
  19.   if rollOver(39) then
  20.     set the visible of sprite 42 to 1
  21.     set the visible of sprite 25 to 1
  22.     set the visible of sprite 39 to 1
  23.   else
  24.     set the visible of sprite 42 to 0
  25.     set the visible of sprite 39 to 0
  26.     set the visible of sprite 25 to 0
  27.   end if
  28.   if rollOver(8) then
  29.     set the visible of sprite 26 to 1
  30.   else
  31.     set the visible of sprite 26 to 0
  32.   end if
  33.   if rollOver(9) then
  34.     set the visible of sprite 27 to 1
  35.   else
  36.     set the visible of sprite 27 to 0
  37.   end if
  38.   if rollOver(10) then
  39.     set the visible of sprite 28 to 1
  40.   else
  41.     set the visible of sprite 28 to 0
  42.   end if
  43.   if rollOver(11) then
  44.     set the visible of sprite 29 to 1
  45.   else
  46.     set the visible of sprite 29 to 0
  47.   end if
  48.   if rollOver(12) then
  49.     set the visible of sprite 30 to 1
  50.   else
  51.     set the visible of sprite 30 to 0
  52.   end if
  53.   if rollOver(13) then
  54.     set the visible of sprite 31 to 1
  55.   else
  56.     set the visible of sprite 31 to 0
  57.   end if
  58.   if rollOver(14) then
  59.     set the visible of sprite 32 to 1
  60.   else
  61.     set the visible of sprite 32 to 0
  62.   end if
  63.   if rollOver(15) then
  64.     set the visible of sprite 33 to 1
  65.   else
  66.     set the visible of sprite 33 to 0
  67.   end if
  68.   if rollOver(16) then
  69.     set the visible of sprite 34 to 1
  70.   else
  71.     set the visible of sprite 34 to 0
  72.   end if
  73.   if rollOver(17) then
  74.     set the visible of sprite 35 to 1
  75.   else
  76.     set the visible of sprite 35 to 0
  77.   end if
  78.   if rollOver(18) then
  79.     set the visible of sprite 36 to 1
  80.   else
  81.     set the visible of sprite 36 to 0
  82.   end if
  83.   if rollOver(19) then
  84.     set the visible of sprite 37 to 1
  85.   else
  86.     set the visible of sprite 37 to 0
  87.   end if
  88.   if rollOver(20) then
  89.     set the visible of sprite 38 to 1
  90.   else
  91.     set the visible of sprite 38 to 0
  92.   end if
  93.   if rollOver(21) then
  94.     set the visible of sprite 39 to 1
  95.   else
  96.     set the visible of sprite 39 to 0
  97.   end if
  98. end
  99.